home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / virus / f_prot.zip / VIRSTOP.TXT < prev    next >
Text File  |  1997-05-27  |  6KB  |  147 lines

  1.                         VIRSTOP and VIRSTOP2
  2.  
  3. Note: VIRSTOP2 is an improved version of the VIRSTOP program, and should be
  4. used instead of VIRSTOP when possible.  The command-line switches used by
  5. the two programs are slightly different - see below.
  6.  
  7. Note for Windows '95 users: VIRSTOP and VIRSTOP2 are not designed to be
  8.    run under Windows '95, and will only work partially in that environment -
  9.    it is not able to check boot sectors on access.  Also, you may need to
  10.    use the /NOTRACE switch (see below) to be able to run VIRSTOP at all. 
  11.    Note that the Win '95 version of VIRSTOP (in F-PROT Professional) does
  12.    not have those problems.
  13.  
  14. Note for all Windows users:  Virstop may cause compatibility problems when
  15.    run under Windows.  In most cases, switching to the VIRSTOP2 program
  16.    will fix those problems.  
  17.  
  18. The primary purpose of the VIRSTOP.EXE program is to prevent the execution
  19. of programs infected with known viruses.
  20.  
  21. VIRSTOP installs itself in RAM as a standard TSR and intercepts the
  22. so-called "Load-and-execute" function.  This means that whenever an attempt
  23. is made to run a program VIRSTOP gets a chance to examine it first.
  24.  
  25. VIRSTOP uses a simple but fast search to check for viruses, but it does
  26. not make an accurate identification - F-PROT.EXE is necessary for that
  27. purpose.
  28.  
  29. IMPORTANT! ...  VIRSTOP does not detect the same number of viruses as
  30. F-PROT.  In particular, VIRSTOP does not detect most polymorphic viruses. 
  31. It is therefore recommended that VIRSTOP only be used as one component of
  32. the virus protection - do not rely on it alone.
  33.  
  34. If VIRSTOP finds a virus, it will abort the execution of the program,
  35. display a message and return an error.  For example, if you attempt to run
  36. a program infected with the Cascade virus, with VIRSTOP active in memory,
  37. you might see something like this:
  38.  
  39.         This program is infected with the Cascade virus.
  40.         Cannot execute A:\INF-PROG.COM
  41.  
  42. VIRSTOP has a secondary function as well - it attempts to check for any
  43. active boot sector virus when it is run. 
  44.  
  45. The recommended way to load VIRSTOP is to load it from the CONFIG.SYS
  46. file, with a command such as:
  47.  
  48.                     DEVICE=C:\F-PROT\VIRSTOP.EXE
  49.  
  50. Or, if you are using DOS 5 (or 6), you can instead use
  51.  
  52.                     DEVICEHIGH=C:\F-PROT\VIRSTOP.EXE
  53.  
  54. Virstop may also be run from AUTOEXEC.BAT, but loading it this way is
  55. safer, as otherwise a companion-type infector or a virus that had infected
  56. COMMAND.COM might be executed before VIRSTOP.
  57.  
  58. IMPORTANT! - If any memory managers, such ar 386MAX, HIMEM or QEMM are
  59. used, they must be loaded before VIRSTOP.
  60.  
  61. In order to test if VIRSTOP is properly installed, the program F-TEST is
  62. provided.  It is NOT a virus, but it is detected by VIRSTOP the same way as
  63. a virus-infected program.
  64.  
  65. If VIRSTOP is not installed or not active, F-TEST will display a message
  66. saying so when run and return a code of 1, which can be checked with the
  67. ERRORLEVEL command. If VIRSTOP is active and working, it will display a
  68. message to that effect.
  69.  
  70. If you are using software that takes over the "load-and-execute" function,
  71. in particular Novell Netware and PC-NFS, F-TEST may say that VIRSTOP is
  72. not active.  To make VIRSTOP work properly under those circumstances, you
  73. must either...
  74.  
  75.     Load VIRSTOP from AUTOEXEC.BAT (after the network software is loaded),
  76.     instead of CONFIG.SYS.
  77.  
  78. or
  79.  
  80.     Put a command like the following in AUTOEXEC.BAT, after you load
  81.     the network software:
  82.  
  83.         C:\F-PROT\VIRSTOP /REHOOK
  84.  
  85. VIRSTOP.EXE includes one additional feature - it is designed to be able to
  86. detect if it has been infected by a "stealth" virus.  It is also often (but
  87. not always) able to detect attempts to run "stealth"-virus infected
  88. programs, even though the virus is active in memory.
  89.  
  90. VIRSTOP supports the following command-line switches:
  91.  
  92.         /DISK:X - do not store search strings in memory, but read them
  93.         in from disk when necessary.  This reduces the memory requirements
  94.         down to around 3500 bytes.  The :X indicates which drive to use for
  95.         store the two "swap" files, _VIRSTOP.TMP (which stores the part
  96.         of memory overwritten by VIRSTOP) and _VIRSTOP.SWP, which is a
  97.         copy of VIRSTOP.EXE, allowing the original copy to be updated
  98.         while VIRSTOP is running.
  99.  
  100.         Notes:
  101.                 If the drive letter is not specified, it defaults to C:
  102.  
  103.                 The drive should be a fast, local drive - not a network
  104.                 drive.  RAMdisks are ideal.
  105.  
  106.                 /DISK can now be used if you run VIRSTOP from a diskette
  107.                 which is later removed, as the original file is not
  108.                 accessed, just the _VIRSTOP.SWP copy.
  109.  
  110.                 If this switch is used, and VIRSTOP is loaded from CONFIG.SYS,
  111.                 it is critical that the full path name is given.
  112.  
  113.                 DO NOT USE /DISK IF YOU USE DEVICEHIGH= TO LOAD VIRSTOP
  114.                 (LOADHI seems to work OK, though).
  115.  
  116.         This switch is not used by VIRSTOP2 - it always swaps to
  117.         disk.
  118.  
  119.         /OLD - do not complain, even if the program has "expired".  Use of
  120.         this switch is not recommended.
  121.  
  122.         /REHOOK  Re-hook INT 21h, if VIRSTOP was loaded before Netware or
  123.         another similar program that takes over the "load-and-execute"        
  124.         function.
  125.  
  126.         /NOTRACE  Using this switch makes VIRSTOP work properly on machines
  127.         that are using old (and not 100% Intel-compatible) versions of the
  128.         Cyrix 486SLC processor.  It will also fix some compatibility
  129.         problems with the 386MAX and BlueMax memory managers. However,
  130.         this switch should not be used unless necessary, as it makes
  131.         VIRSTOP ineffective against stealth viruses that are run before
  132.         VIRSTOP is loaded.  This switch is not necessary or supported for
  133.     VIRSTOP2.
  134.  
  135.         /NOMEM    Do not perform a memory scan when starting.
  136.  
  137.         /FREEZE   Stop the computer when a virus is found.
  138.  
  139.         /[NO]COPY [Do not] check files when they are accessed/copied.
  140.                   The default is /NOCOPY
  141.  
  142.         /[NO]BOOT [Do not] check boot sectors when a diskette is accessed.
  143.                   The default is /BOOT.
  144.  
  145.         /[NO]WARM [Do not] check the diskette in drive A: when the user
  146.                   presses Ctrl-Alt-Del.  The default is /NOWARM
  147.